home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / networking / misc / ibb_v2.0.lha / IBB / IBB.doc < prev    next >
Encoding:
Text File  |  1994-08-14  |  7.1 KB  |  282 lines

  1.                         What is Internet Bank Book?
  2.  
  3.  
  4. IBB V2.0 (Internet Bank Book) is a utility which keeps a record of your
  5.  
  6. calls to internet including Time and Date of your call, the cost and rate at
  7. which you were charged at depending on when you called.
  8.  
  9. These rates are calculated as follows (Fo NB, Canada)
  10.  
  11. Prime time (8am-6pm) (10 cents/min) 10 cents/60 sec=0.001666666666 cents/sec.
  12.  
  13. 20% Discount(6pm-11pm)(8 cents/min) 8 cents/60 sec=0.00133333333333
  14. cents/sec.
  15.  
  16. 50% (5 cents/min) 5 cents/60 sec = 0.000833333333 cents/sec.
  17.  
  18. IBB updates the online charging each second up t to 16 decimal places.
  19.  
  20.  
  21.  
  22.                                Installation
  23.                                ~~~~~~~~~~~~
  24.  
  25. Unpack IBB.lha to desired location.
  26.  
  27. Files:
  28.  
  29. Libs (dir)
  30.     - Cando.library
  31. log  (dir)
  32.     - (Empty) var
  33. var  (dir)
  34.     - rate1.var
  35.     - rate2.var
  36.     - rate3.var
  37. fonts - Xen.font
  38.       - Xen 9dir)
  39.                   -8
  40.                   -9
  41.                   -13
  42.  
  43. IBB_2.0                <- IBB V2.0
  44. IBB_2.0.info
  45. IBB_3.0_Demo           <- Demo Version of IBB VV3.0
  46. IBB_3.0_Demo.info
  47. IBB_3.0_demo.txt       <- Demo Restrictions
  48. IBB_3.0_demo.txt.info
  49. IBB.Guide              <- IBB v2.0/3.0 docs in AmigaGude format.
  50. IBB.Guide.info
  51. IBB.doc                <- IBB v2.0/3.0 docs in Ascii format.
  52. IBB.doc.info
  53. IBB.pic                <- Preview of IBB V3.0
  54. Register.form
  55.  
  56. Copy cando.library to LIBS:
  57.  
  58. Copy IBB:fonts to FONTS:  (For Version 3.0)
  59.  
  60. Assign IBB: to the Dir where IBB program is located.
  61.  
  62.  
  63.                               Requirements
  64.                               ~~~~~~~~~~~~
  65.  
  66.                     - Required Cando.library in libs:
  67.  
  68.                     - Battery backed up clock recomended
  69.  
  70.                     - An INTERNET account!
  71.  
  72.                     - Should work fine in 640x200
  73.  
  74.                     - Aweseome Look in 640x400 (Well at least V3.0!)
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.                                Versions
  83.  
  84. Version 3.0 - Enhanced features.
  85.  
  86.             - Adds total time spent online to log file.
  87.  
  88.             - Each log save will be appended together for convenience.
  89.  
  90.             - New options to View and delete Balance.log file
  91.               from IBB for convenience.
  92.  
  93.             - Will now show user how much time has been spent online.
  94.  
  95.             - Added indicator for Rate.
  96.  
  97.             - Improved Graphical interface.
  98.  
  99.             - Conveniantly Delete log file from IBB
  100.  
  101.             - See IBB.pic for V 3.0 preveview.
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108. Version 2.0 - Multiple windows added by binding external Decks.
  109.  
  110.             - Added user configurable rate charge for canadian funds.
  111.               not sure if it will work with other currencies.
  112.  
  113.             - Bug fixed in timer. Now more precise
  114.  
  115.             - Saves a Log file of current 'Call'.
  116.  
  117.             - Now keeps track of Time loged on and off
  118.               in a log file which is overwritten each time.
  119.  
  120.             - Released as "Giftware". Register to get later versions..
  121.  
  122.             - added bonus, I decided to enable the log VIEW option.
  123.  
  124.             - Fully useable
  125.  
  126.  
  127.  
  128. Version 0.8 Beta - Each window could only be shown one at a time.
  129.  
  130.                  - No Log file.
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                                Features
  137.                                ~~~~~~~~
  138.  
  139.  
  140.                              -- Buttons --
  141.  
  142.  
  143. START - Starts the IBB program. While in operation it is not possible to
  144. change the Charged Rate or RESET/SAVE.
  145.  
  146. STOP - Halts the IBB program. Pressing START after a stop will resume IBB.
  147. Save/Rate Menus Enabled.
  148.  
  149. RESET - Resets amount charged to 0$ PD Menus and SAVE enabled.
  150.  
  151. SAVE - Will Save current log in your IBB:log directory
  152. called Balance.log.
  153.  
  154. CONFIG  - Allows to change Rate changed per hour. Rate charged must
  155.           be entered as follows, ex:  0.05 (5 cents/min)
  156.                                              0.10 (10 cents/min)
  157.                                              0.99 (99 cents/min max)
  158.  
  159.         - Any rate above .99 cents/min will prevent cfg save.
  160.  
  161.  
  162.         - Cannot be acessed while IBB is 'STARTed'.
  163.  
  164.         - Variables for the charge rate field are stored in
  165.           IBB:var  as rate1.var rate2.var and rate3.var
  166.  
  167.  
  168. View    - conveniantly View Log file with internal reader. (V3.0 only)
  169.  
  170. Delete  - Delete Log file from IBB:log directory. (V3.0 only)
  171.           Abort will abort deletion,and Delete will Delete the log file.
  172.           (Can get anymore redundant that that..)
  173.           All options/windows except for WB are not accesible when a
  174.           Delete Requester is present.
  175.  
  176.  
  177.  
  178.                              -- Menus --
  179.  
  180.  
  181. DISCOUNT Changes the rate at which you are changed.
  182. This option is set to RATE 3 at startup by default. Rate
  183. chosen will be ghosted.
  184.  
  185. Tech info: The program divides the rate,ex: 0.05/60 sec. to calculate the
  186. amount charged per second. These fields do not accept any amount above 1$
  187. per minute,or a maximum of 0.99 dollars per minute (99 cents).
  188.  
  189.  
  190.                             What is Giftware?
  191.                             ~~~~~~~~~~~~~~~~~
  192.  
  193. Giftware is for people (like me!) who cannot afford to register programs so
  194. if you send me a really usefull fully functional program such as a new AGA
  195. Game (PD) or utilities..or even an Impressive Amiga music file (Not found on
  196. Aminet) playable  with delitracker 2.07 or money (yes as a gift!), you will
  197. recieve the Deluxe verion IBB V 3.0.
  198.  
  199. To prevent piracy, each IBB program will have the users name incoded in the
  200. program at several places.
  201.  
  202.  
  203. Fill the resistration form today and send it to:
  204.  
  205.  
  206.                                        James Lanteigne
  207.                                        91 Melville Street, App. #7
  208.                                        Moncton, NB
  209.                                        E1C 3T2
  210.  
  211.                                        (Canadian funds only)
  212.  
  213.                                                 or
  214.  
  215.                                    jameslanmailserv.nbnet.nb.ca
  216.  
  217.                                       (LHA'ed UUENCODED Files only)
  218.  
  219.  
  220.                               Tips/Bugs.
  221.                               ~~~~~~~~~~
  222.  
  223. Known Bugs: - The Difference between LOG ON and DISCONECTION time
  224.               is +- 2 seconds acurate to the time ONLINE.
  225.  
  226.  
  227. Disclamer: I am not responsable for any dammages/loss of money etc..
  228. caused by the use of this program.
  229.  
  230.  
  231.  
  232. Futur Enhancements:
  233.  
  234. If you Send a donation (5$ or more) or a Usefull program in exchange for
  235. IBB 2.0, you will recieve Deluxe Version 3.0 and her updates at no extra
  236. cost via Mail. 
  237.  
  238.  
  239.  
  240.                   E-Mail Me for Bug reports/comments to:
  241.  
  242.                       jameslanmailserv.nbnet.nb.ca.
  243.  
  244.  
  245.  
  246. IBB is copyright 1994 by James Lanteigne and is GiftWare so spread it!!!
  247.  
  248.  
  249.  
  250. ----------------------------------------------------------------------------
  251.  
  252.                             Registration form
  253.                             ~~~~~~~~~~~~~~~~~
  254.  
  255.    Last Name:_____________       First name:______________      Age:____
  256.  
  257.  
  258.    Full Address:_________________      Computer type:_______    Sex:____
  259.                 _________________
  260.                 _________________      Memory cfg:   _______
  261.                 _________________
  262.  
  263.  
  264.  
  265.  Mail Box Address: _________@__________
  266.  
  267.  
  268.    Donation Amount:________$ or Program: _______________ (lHA+UUENCODED)
  269.  
  270.     To Receive Deluxe version of IBB V3.0
  271.  
  272. ---------------------------------------------------------------------------
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.